This repository has been archived by the owner on May 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 119
add Dockerfile and entrypoint.py #636
Open
BlinkyStitt
wants to merge
5
commits into
JoinMarket-Org:develop
Choose a base branch
from
BlinkyStitt:add_dockerfile
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Seems like a great direction to go in :) There were various discussions about this kind of thing, it seems like a good idea; but personally I've never even investigated Docker, specifically, so not exactly qualified to comment on the details. Hopefully someone else can take a look. |
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
October 20, 2016 02:28
08538f7
to
8567431
Compare
I have a partially complete rocker-compose file that will launch Tor, then Bitcoin, then an ob_watcher, and then a configurable number of wallets running yg-pe. It isn't ready yet, but you can see what I have so far at https://github.com/WyseNynja/joinmarket-suite |
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
October 29, 2016 01:30
7250ec0
to
f3f9f0b
Compare
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
November 17, 2016 23:35
f98930d
to
1766ec1
Compare
This still isn't ready yet, but the local tests I've had time to do so far are going really well. I just need to make some changes to how /etc/hosts is setup and I think this will be ready. |
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
November 21, 2016 04:29
3135b4e
to
f2725c5
Compare
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
March 14, 2017 03:02
28bca89
to
14c449b
Compare
BlinkyStitt
force-pushed
the
add_dockerfile
branch
from
March 24, 2017 07:34
4d5140e
to
010e9cc
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This isn't ready for merging yet but I am done working on it for tonight and wanted to see what you all thought.
I also have a script to setup a Tor and bitcoind container that is mostly done but I'm waiting for my node to sync to make sure everything works there.
With Docker installed, a single command will get you a running yield generator or tumbler or ob-watcher. So far I've only tested it the orderbook watcher.
I can switch the FROM to use upstream ubuntu (or something smaller like alpine), but at least for developing this branch, it is nice to have my scripts.
Let me know what you think.